'Declaration Public Function New( _ ByVal name As String, _ ByVal expr() As RuntimeRangeExpression _ )
public RuntimeRangeCondition( string name, RuntimeRangeExpression[] expr )
Parameters
- name
- The name of the column to use when evaluating the range condition.
- expr
- An array of RuntimeRangeExpression objects comprising the range condition.